-
Notifications
You must be signed in to change notification settings - Fork 15.3k
[X86] Delete unused X86setcc_commute node (NFC) #115650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[X86] Delete unused X86setcc_commute node (NFC) #115650
Conversation
The node has been unused since c2696d5.
|
@llvm/pr-subscribers-backend-x86 Author: Sergei Barannikov (s-barannikov) ChangesThe last use was removed by 87aa59a. Full diff: https://github.com/llvm/llvm-project/pull/115650.diff 1 Files Affected:
diff --git a/llvm/lib/Target/X86/X86InstrFragmentsSIMD.td b/llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
index c09522709d2f0d..f6231b78f4c2e8 100644
--- a/llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
+++ b/llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
@@ -1450,9 +1450,6 @@ def X86Vpshufbitqmb_su : PatFrag<(ops node:$src1, node:$src2),
return N->hasOneUse();
}]>;
-// This fragment treats X86cmpm as commutable to help match loads in both
-// operands for PCMPEQ.
-def X86setcc_commute : SDNode<"ISD::SETCC", SDTSetCC, [SDNPCommutative]>;
def X86pcmpgtm : PatFrag<(ops node:$src1, node:$src2),
(setcc node:$src1, node:$src2, SETGT)>;
|
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/64/builds/1416 Here is the relevant piece of the build log for the reference |
The last use was removed by 87aa59a.
The last use was removed by 87aa59a.